home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step05 / supfilesrv.c.diff < prev    next >
Encoding:
Text File  |  1994-08-02  |  449 b   |  26 lines

  1. *** ../step4/supfilesrv.c    Thu Dec 16 15:00:32 1993
  2. --- supfilesrv.c    Thu Dec 16 15:24:56 1993
  3. ***************
  4. *** 254,259 ****
  5. --- 254,263 ----
  6.   static void quit(status) {};
  7.   #endif    /* lint */
  8.   
  9. + #if __STDC__
  10. + void goaway (char *,...);
  11. + #endif
  12.   extern int errno;
  13.   long time ();
  14.   uid_t getuid ();
  15. ***************
  16. *** 1637,1642 ****
  17. --- 1641,1647 ----
  18.   }
  19.   
  20.   #if __STDC__
  21. + void
  22.   goaway (char *fmt,...)
  23.   #else
  24.   /*VARARGS*//*ARGSUSED*/
  25.